PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFNamedDestination Class / PDFNamedDestination Constructor / PDFNamedDestination Constructor(String)
Destination name.
In This Topic
    PDFNamedDestination Constructor(String)
    In This Topic
    Initializes a new PDFNamedDestination object.
    Syntax
    public PDFNamedDestination( 
       java.lang.String name
    )

    Parameters

    name
    Destination name.
    Exceptions
    ExceptionDescription
    When name is null or empty.
    See Also